home *** CD-ROM | disk | FTP | other *** search
-
- shader()
- {
- cull("none")
- sortweight("decal")
-
- pass()
- {
- tmu()
- {
- texgen("world_position")
- usertexmtx(0)
- texture()
- {
- image( "BossBlob.dds" )
- addressfunc("clamp", "clamp", "clamp")
- }
- alphaop("arg2", "texture", "tfactor", "current")
- }
-
- blendfunc( "zero", "inv_src_color" )
- depthfunc( "lequal", 0 )
-
- //depthbias(-0.00002,-0.3)
- tfactor(0,0,0,0)
-
- blackfog()
- }
- }
-
-
-
-